From: Pavel Emelyanov Date: Wed, 12 Dec 2007 19:00:04 +0000 (-0800) Subject: [NET]: Remove unused define from loopback driver. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~32044^2~1137 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a7657f56271bded0ddca1cb1e8772506a10c0a3;p=linux-4.9.git [NET]: Remove unused define from loopback driver. The LOOPBACK_OVERHEAD is not used in this file at all. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index fa147cd5d68c..f2a6e7132241 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c @@ -64,8 +64,6 @@ struct pcpu_lstats { unsigned long bytes; }; -#define LOOPBACK_OVERHEAD (128 + MAX_HEADER + 16 + 16) - /* KISS: just allocate small chunks and copy bits. * * So, in fact, this is documentation, explaining what we expect